首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • EES(Engineering Equation Solver):工程计算的云端革命与智能求解新纪元

    ​ 是一款专门为解决复杂工程问题而设计的软件工具。它由威斯康星大学麦迪逊分校开发,最初专注于热力学问题求解,如今已发展成为多学科工程计算的综合平台。

    14010编辑于 2025-11-19
  • 来自专栏书山有路勤为径

    ceres-solver

    ceres库是算法优化库 由于平时会经常用到这些库,每次找网址都觉得麻烦,特此整理记录一下 官方教程: http://www.ceres-solver.org/installation.html# suitesparse-bugfix-1319687 sudo apt-get update sudo apt-get install libsuitesparse-dev 开始安装 tar zxf ceres-solver /ceres-solver-1.14.0 make -j3 make test # Optionally install Ceres, it can also be exported using CMake

    1K20发布于 2020-02-18
  • 来自专栏Reck Zhang

    ACMSGURU 106 - The equation

    The equation Problem Description There is an equation ax + by + c = 0. Given a,b,c,x1,x2,y1,y2 you must determine, how many integer roots of this equation are satisfy to the Integer root of this equation is a pair of integer numbers (x,y).

    61260发布于 2021-08-11
  • 来自专栏LET

    Monte Carlo与Light Equation

    如果一个函数h,我们可以找到它在[a,b]之间的概率密度函数f (w = h / f),则该积分等同于w的期望值。

    59420发布于 2019-10-14
  • 来自专栏蛮三刀的后端开发专栏

    Sudoku Solver解数独

    上一题hashtable的解法效率很高,想挪过来判断,但始终没修改成功,以后有空改好它,在这里做备份。

    99120发布于 2019-03-26
  • 来自专栏PM吃瓜(公众号)

    Requirement Engineering

    下图是比较符合需求分析的流程的 Requirement Spec 如下, 大致如下: https://www.javatpoint.com/software-engineering-requirement-engineering

    21710编辑于 2023-03-02
  • 来自专栏叶子的开发者社区

    Equation(类与对象+构造)

    题目描述 建立一个类Equation,表达方程ax2+bx+c=0。 -0.27 x2=-3.73 AC代码 #include<iostream> #include<cmath> #include<iomanip> using namespace std; class Equation { double a, b, c; public: Equation() { a = b = c = 1; } Equation(float a, float b, float endl; } } }; int main() { double t, a, b, c; cin >> t; while (t--) { cin >> a >> b >> c; Equation equation(a, b, c); equation.getRoot(); } } 思路分析 主要是格式控制问题,隔了几个月,有点忘记了,想用成员函数cout流的格式控制,一开始用的是cout.precision

    46440编辑于 2023-07-30
  • 来自专栏Triciaの小世界

    问题 1484: Quadratic Equation

    题目描述 求解方程ax2+bx+c=0的根。要求a, b, c由用户输入,并且可以为任意实数。 输入 输入只有一行,包括三个系数,之间用空格格开。 输出 输出只有一行,包括两个根,大根在前,小根在后,保留小数点后两位。 样例输入 2.5 7.5 1.0 样例输出 -0.14 -2.86

    23630编辑于 2023-04-12
  • 来自专栏dylanliu

    Sudoku Solver

    tags: backtrack,hash table difficulty: hard

    42080发布于 2019-07-01
  • 来自专栏数据社

    Prompt Engineering

    在这里,我们讨论了几个撰写提示(输入模型的内容)的原则和技巧,这些提示将帮助您为您的任务获得最佳的生成结果。选择正确的温度也会对生成质量产生很大的影响,我们会在这里单独讨论温度。

    38810编辑于 2023-10-22
  • 来自专栏数据社

    Prompt Engineering

    在这里,我们讨论了几个撰写提示(输入模型的内容)的原则和技巧,这些提示将帮助您为您的任务获得最佳的生成结果。选择正确的温度也会对生成质量产生很大的影响,我们会在这里单独讨论温度。

    35220编辑于 2023-10-22
  • 来自专栏Reck Zhang

    LeetCode 0037 - Sudoku Solver

    Sudoku Solver Desicription Write a program to solve a Sudoku puzzle by filling the empty cells.

    29530发布于 2021-08-11
  • 来自专栏AI异构

    caffe详解之solver

    caffe中需要配置的solver.prototxt中涉及到的参数进行详细剖析。 我们首先看一看lenet中定义的solver配置文件。 将训练出来的model和solver状态进行保存,snapshot用于设置训练多少次后进行保存,默认为0,不保存。snapshot_prefix设置保存路径。 有两种选择:HDF5和BINARYPROTO,默认为BINARYPROTO 设置运行模式 solver_mode: CPU 设置运行模式。 参考 Caffe学习系列(7):solver及其配置

    64130发布于 2020-07-29
  • 来自专栏ml

    HDUOJ---Can you solve this equation?

    Can you solve this equation? pid=2199 Problem Description Now,given the equation 8*x^4 + 7*x^3 + 2*x^2 + 3*x + 6 == Y,can you find you should just output one real number(accurate up to 4 decimal places),which is the solution of the equation ,if there is no solution for the equation between 0 and 100.

    71280发布于 2018-03-21
  • 来自专栏Cell的前端专栏

    The equation-SGU106(扩展欧几里得)

    给出 a,b,c,x1,x2,y1,y2,求满足 ax+by+c=0,且 x∈[x1,x2],y∈[y1,y2] 的整数解个数。

    51310编辑于 2022-02-25
  • 来自专栏FreeBuf

    Equation Group泄露文件分析

    一个名为“The ShadowBrokers”的黑客组织声称他们黑进了方程式黑客组织(Equation Group)–一个据称与美国情报机构国家安全局(NSA)有关系的网络攻击组织,并下载了他们大量的攻击工具

    1.8K100发布于 2018-02-08
  • 来自专栏算法修养

    Sudoku Solver

    题目 c++ DFS ,代码写的又臭又长,Faster than 85.33% class Solution { public: set<int> a[10][10]; set<pair<int,int>> e; int b[10][10]; int c[10][10]; int judge(int i,int j,int x) { for(int k=0;k<9;k++) { if(k==j) cont

    35950发布于 2019-08-06
  • 来自专栏JNing的专栏

    Sudoku Solver

    AC class Solution(): def solveSudoku(self, board): def solver(board): for i in board[i][j] = str(k) if isValid(board, i, j) and solver and board[i][j] == board[x][y]: return False return True solver

    75730发布于 2018-09-27
  • 来自专栏SnailTyan

    Caffe的solver参数介绍

    Parameters solver.prototxt文件是用来告诉caffe如何训练网络的。 solver.prototxt的各个参数的解释如下: base_lr 这个参数是用来表示网络的初始学习率的。这个值是一个浮点型实数。 This value is a often a real fraction. solver_mode 这个参数用来表示求解神经网络的模式——值为CPU or GPU。 stepvalue: 5000 # lr_policy为step base_lr: 0.01 momentum: 0.9 lr_policy: "step" gamma: 0.9 stepsize: 1000 solver.prototxt 0.9 weight_decay: 0.0005 snapshot: 10000 snapshot_prefix: "models/bvlc_alexnet/caffe_alexnet_train" solver_mode

    87310发布于 2019-05-25
  • 来自专栏粽子的深度学习笔记

    机器学习:正规方程(Normal Equation)的推导

    在coursera上看了Andrew Ng的《Machine Learning》课程,里面讲到了正规方程(Normal Equation),现在在此记录一下推导过程。

    1.9K20发布于 2021-07-07
领券